Typo in docstring
authorjustbur <justin@burkett.cc>
Fri, 17 Jul 2015 17:41:34 +0000 (13:41 -0400)
committerjustbur <justin@burkett.cc>
Fri, 17 Jul 2015 17:41:34 +0000 (13:41 -0400)
which-key.el

index 173b4718220db70b0dc004ecff50a699485c3571..21980d3a5f9337a50bccaa46ef5f1212f6466def 100644 (file)
@@ -733,8 +733,8 @@ alists. Returns a list (key separator description)."
 
 (defun which-key--key-description< (a b)
   "Order key descriptions A and B.
-Order is lexicographic within a \"class\". Where the classes and
-the ordering of classes is listed below.
+Order is lexicographic within a \"class\", where the classes and
+the ordering of classes are listed below.
 
 special (SPC,TAB,...) < single char < mod (C-,M-,...) < other."
   (let* ((aem? (string-equal a ""))